From: Tassilo Horn Date: Fri, 15 Oct 2010 07:34:26 +0000 (+0200) Subject: Fix variable name typo in really-oldXMenu target. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~324^2~6079 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=ae3b855397a14b0a62ce37fedcb5d33ed4e2db36;p=emacs.git Fix variable name typo in really-oldXMenu target. --- diff --git a/src/ChangeLog b/src/ChangeLog index f89a7579fca..09f5ef68af1 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +2010-10-15 Tassilo Horn + + * Makefile.in (really-oldXMenu): Fix typo in variable name that + made building the X menu fail. + 2010-10-14 Damyan Pepper Fix handling of font properties on Windows (bug#6303). diff --git a/src/Makefile.in b/src/Makefile.in index 871806e8222..5acb65128e7 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -660,7 +660,7 @@ really-lwlib: .PHONY: really-lwlib really-oldXMenu: - cd $(oldxmenudir); $(MAKE) $(MFLAGS) \ + cd $(oldxMenudir); $(MAKE) $(MFLAGS) \ CC='$(CC)' CFLAGS='$(CFLAGS)' MAKE='$(MAKE)' @true # make -t should not create really-oldXMenu. .PHONY: really-oldXMenu